home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / mx / managers / IFocusManagerComplexComponent.as < prev    next >
Text File  |  2014-03-27  |  250b  |  12 lines

  1. package mx.managers
  2. {
  3.    public interface IFocusManagerComplexComponent extends IFocusManagerComponent
  4.    {
  5.        
  6.       
  7.       function assignFocus(param1:String) : void;
  8.       
  9.       function get hasFocusableContent() : Boolean;
  10.    }
  11. }
  12.